beginoutdoorscript;

variables;

body;

beginstate 0;
break;

beginstate 2;
break;

beginstate 17;
if (get_flag(36,8) < 1){ 
reset_dialog();
add_dialog_str(0,"You sigh. You have finally reached the magical town which you were tasked to find. Along the way you have been through a lot, and had a really bad time!",0);
add_dialog_str(1,"But now you're finally here, your mission completed. You can't help but wonder, are the inhabitants of the Small cave still alive?",0);
add_dialog_choice(0,"Continue...");
run_dialog(0);
toggle_quest(1,0);
toggle_quest(7,1);
set_flag(36,8,1);}
break;

break;